docs: don't use property syntax to link to vfuncs
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 22:43:04 +0000 (17:43 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Tue, 21 Jan 2014 23:57:40 +0000 (18:57 -0500)
gtk/deprecated/gtkiconfactory.c

index 76e4b20a74a6aa9b5ec399ae0e0e3a0f93bab250..7b4394ac8d0bd9271a347a461adf0c58a7e5d90b 100644 (file)
@@ -2167,7 +2167,7 @@ gtk_icon_source_get_icon_name (const GtkIconSource *source)
  * In addition, if a filename source is in use, this
  * function in some cases will return the pixbuf from
  * loaded from the filename. This is, for example, true
- * for the GtkIconSource passed to the GtkStyle::render_icon()
+ * for the GtkIconSource passed to the #GtkStyle render_icon(<!-- -->)
  * virtual function. The reference count on the pixbuf is
  * not incremented.
  *